home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
BSCRIPTS.CST
/
00124_Script_aircraft_button
< prev
next >
Wrap
Text File
|
1999-04-25
|
1KB
|
46 lines
-- ⌐ 1998 @radical.media, inc. & Concurrent New Media Group, L.L.C.
-- Developed for Bombardier, Inc.
--
-- All programming developed by:
-- Robert Fabricant, Valerie Valoueva, Ossi Shaked,
-- Henry Sauvageot, Chris Howell & Chris Girand
--
-- Use of this code by parties other than @radical.media, inc. or their
--agents
-- without the express written consent of @radical.media, inc. AND Concurrent
-- New Media Group, L.L.C. is strictly prohibited.
------------------------------------------------------
property mySprite, neuName, rolName
on new me
set mySprite = the spriteNum of me
set neuName = the name of member the member of sprite mySprite
set rolName = neuName&"-rol"
end
on mouseUp me
deselect menuController
sound stop 2
sound stop 1
puppetsound 3,"mouse5"
repeat while soundbusy(3)
nothing
end repeat
go to frame "menu" of movie "main"
end
on mouseEnter me
set the member of sprite mySprite = member rolName
puppetsound 3, "mouse2a"
end
on mouseLeave me
set the member of sprite mySprite = member neuName
end